psql: error: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket -var-run-postgresql-.s.PGSQL.5432
53
psql: error: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? -
Try running to verify its working:
sudo service postgresql start
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket? -